CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Process Thread

搜索资源列表

  1. hackcode2

    0下载:
  2. 基础类 界面 网络编程 进程/线程DLL 数据库 图形处理算法 VC++资源 -Base class/ interface/ network programming/ process/thread DLL / database / graphics algorithm / VC++ resources
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:778167
    • 提供者:tongrui
  1. WINDOWS-core-progamming

    0下载:
  2. 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is the interpretation of the Windows operating syst
  3. 所属分类:OS Develop

    • 发布日期:2017-06-17
    • 文件大小:26982333
    • 提供者:竹叶青
  1. process-and-thread-Technology

    0下载:
  2. 进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析-process and thread Technology Text and examples
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:357647
    • 提供者:方洋
  1. 3

    0下载:
  2. 按照生产者/消费者的工作原理,在Linux环境下,创建两个进程(或线程),一个进程(线程)作为生产者(用来向缓冲区中写入字符,字符的个数有限),另一个进程(线程)作为消费者(从缓冲区中读取生产者写入的字符)。 要求: 1. 程序应将缓冲区中的内容不断的显示出来; 2. 程序设计中要考虑两进程并发执行中的同步与互斥问题; 3. 有能力的同学可以将管理的并发进程数扩展为N(N>=3)多个。-In accordance with the producer/consumer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:356475
    • 提供者:庄镝
  1. ImiteitSpyPP

    0下载:
  2. 仿照SPY++写的一个进程线程窗口查看器 欢迎大家下载完善-SPY++ modelled on the written a process thread window viewer Welcome to download is perfect.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:64790
    • 提供者:HeavenTiger
  1. tongbuyibu

    0下载:
  2. 同步异步阻塞非阻塞, 这是一个微软office 文档,详细内容请下载-comunication between process, thread. this is a microsoft doc document, wish it is usefull for you.comunication between process, thread.comunication between process, thread.comunication between process, thread.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:25165
    • 提供者:allen
  1. thread

    0下载:
  2. 进程间通信,我学习时用过的代码,还可以,希望能对你有用-Inter-process communication used in learning code, you can also hope to be useful to you
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:13566
    • 提供者:cm
  1. Concurrent-service

    0下载:
  2. 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法-Master the characteristics of concurrent service program design Experience with service program execution characteristics Understand the process (thread) control, the principle and method of sche
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:35098
    • 提供者:梦竹
  1. yuan

    0下载:
  2. 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2273
    • 提供者:刘育烽
  1. CSharp-code

    0下载:
  2. 代码分7章 第1章 进程、线程与网络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 第6章 网络数据加密与解密 第7章 三维设计与多媒体编程-Chapter 6 of Chapter 5 of Chapter 4 of the P2P application programming Application Programming Chapter 3, Chapter 1, Chapter 7 proce
  3. 所属分类:P2P

    • 发布日期:2017-04-10
    • 文件大小:1933303
    • 提供者:liuhui
  1. Thread

    0下载:
  2. 经典的Widows下多线程程序,讲解了如何创建并使用线程的整个过程,通俗易懂-Classic Widows multi-threaded program, explain the whole process of how to create and use threads, easy to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7291363
    • 提供者:lyl
  1. PorcessTest

    0下载:
  2. 用c++很好的实现了,进程中线程的同步和互斥功能。代码清晰明了,可供新手学习。开发环境vs2010。-Good use c++ process thread synchronization and mutual exclusion function. The code clarity for the novice to learn. Development environment is vs2010.
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-03
    • 文件大小:15121798
    • 提供者:王柏林
  1. multi-thread-asynchronous-

    0下载:
  2. 详细讨论了基于VC开发环境的异步串行通信动态链接库的开发、设计过程-Discussed in detail the dynamic link library of asynchronous serial communication based on VC development environment, development, design process
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:131785
    • 提供者:泞瀞
  1. thread

    0下载:
  2. 一些java多线程的应用,包括后台处理方法,进程同步等学习源码,是自己编写的,可以运行-Some of the java multi-threaded applications, including background processing, process synchronization, the learning source, write your own, you can run
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:10984
    • 提供者:汤捷
  1. Threaddeom

    0下载:
  2. 一个进程可以创建一个或多个线程以执行与该进程关联的部分程序代码。Thread线程的最基本使用演示。-A process can create one or more threads to execute part of the program code associated with the process. Thread thread the most basic demonstration.
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:21084
    • 提供者:
  1. thread

    0下载:
  2. 基于windows下多进程创建和多进程实现,锁的使用。-Based on multi-process under the windows to create and achieve multi-process, the use of the lock.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:1848
    • 提供者:hhfoxconn999
  1. badosxe

    0下载:
  2. 一款并行的软件,可处理多进程、线程的程序-A parallel software can handle multi-process, thread program
  3. 所属分类:MPI

    • 发布日期:2017-11-25
    • 文件大小:246190
    • 提供者:沈伯伟
  1. sem

    0下载:
  2. 学习Linux 编程中的进程线程时写的一个关于信号量的小代码-Small code learning the Linux programming process thread write a semaphore
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1923
    • 提供者:李斌
  1. process

    0下载:
  2. 这是一个主线程工作线程互发信号的一个demo,里面的代码还是很值得去参考的-This is a main thread work thread cross-hair signals a demo, the code inside is still very worthwhile reference
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-05
    • 文件大小:245543
    • 提供者:李叶
  1. Windows--Thread

    0下载:
  2. 进程和线程举例介绍内容详细,基本介绍了VC编程中的线程知识,可参考-Process and thread as an example to introduce the contents in detail, can refer to have a look
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:233173
    • 提供者:吴格菲
« 1 2 3 4 5 67 8 9 10 11 ... 37 »
搜珍网 www.dssz.com